home *** CD-ROM | disk | FTP | other *** search
- Path: gaia.ns.utk.edu!usenet
- From: DBA1.CAS.UTK.EDU@ (Mychal Boyd Manie)
- Newsgroups: comp.lang.rexx
- Subject: Re: VX-REXX... Display Output
- Date: 3 Feb 1996 05:51:57 GMT
- Organization: UT Knoxville
- Distribution: WORLD
- Message-ID: <4eut5t$2ap@gaia.ns.utk.edu>
- References: <4eogkv$b9@newsbf02.news.aol.com> <4eupvs$21q@gaia.ns.utk.edu>
- Reply-To: manie@utk.edu
- NNTP-Posting-Host: dba1.cas.utk.edu
- X-Newsreader: IBM NewsReader/2 v1.9d - NLS
-
- >ok = VRMethod( "sys_log_queue", "AddString", prt_string)
-
- Forgot to add this little tidbit. While the above statement will sent
- the contents of prt_string to the list box (addstring) is the OOP call
- to the object (ie, perform this function), the default for a list box
- is sorted in ASCENDING order. This will look confusing. Just go into the
- properties of the listbox (LIST tab) and change SORT parameter
- to NONE.
-
- ----------------------- manie@utk.edu
- Mychal Boyd Manie (DBA) UT Knoxville (423)974-2398
- WARPed... Why? Because I have work to do (I hate rebooting).
-
-